Don't run doc tests for `cargo bench`
authorAlex Crichton <alex@alexcrichton.com>
Tue, 2 Sep 2014 16:01:17 +0000 (09:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 2 Sep 2014 18:49:16 +0000 (11:49 -0700)
commit6ab594305b8ad1f24e59eafac1cb5442164f81ba
treec458f84352462c23c834f5d57e82ab1b40a5db94
parent70446f9e45c37a1b18126769f135c173a2b54e55
Don't run doc tests for `cargo bench`

They're not really related to benchmarks!

Closes #486
src/cargo/ops/cargo_test.rs
tests/test_cargo_bench.rs